home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / inttools / inttools.doc < prev    next >
Text File  |  1995-04-20  |  2KB  |  45 lines

  1.  
  2.                           Inttools v1.00
  3.                       (c) 1995 by Steve Kemp
  4.  
  5.   The author of these programs is not responsible for any damages directly or
  6.   indirectly caused by its use.  The programs are hereby released as freeware.
  7.   and may be distributed so long as it is unmodified, and no fee is charged.
  8.                  
  9.   Inttools comprises of two programs, Intview, and Hook, both of which are
  10.   described briefly below.  Also included are commented source listings for
  11.   the two programs.
  12.  
  13.   Files that should be in this archive:
  14.   
  15.      READ.ME       -   This file
  16.  
  17.      INTVIEW.COM   -   Examine the handler address of any interrupt
  18.      INTVIEW.ASM   -   Source for the above program
  19.  
  20.      HOOK.COM      -   Hook an interrupt to a particular address from the
  21.                        DOS prompt
  22.      HOOK.ASM      -   Source for the above program
  23.  
  24.      FILE_ID.DIZ   -   File of contents for the Zipper program.
  25.  
  26.  
  27.   Intview is a small .COM file that will display the segment and offset
  28. address of a given interrupt handler.  This could come in useful for studying
  29. memory resident programs and virii, and will enable the testing of a TSR.
  30. Intview will also produce an output of all interrupt handlers, if this is
  31. done before and after the installation of a program the comparison will show
  32. which vectors have been hooked.
  33.  
  34.   Hook is another small .COM that will allow an interupt vector to be hooked
  35. to a specific address, from the DOS prompt.  DO NOT USE THIS PROGRAM IF YOU
  36. ARE NOT SURE OF WHAT YOU ARE DOING!
  37.   The parameters to this program must be entered in the specified manner,
  38. [See the source file for a description, or run HOOK /?]
  39.  
  40.  
  41. Steve Kemp
  42. ----------
  43.  
  44. E-Mail to:  skx@dcs.ed.ac.uk
  45.        or:  s.kemp@sms.ed.ac.uk